home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the optionkey is down then
- answer "Do you want to delete this frame" with "No" or "Yes"
- if it is "Yes" then
- put word 1 to 2 of the name of me && "id" && the id of me into hold
- select hold
- domenu "Clear Button"
- choose browse tool
- exit mouseup
- end if
- end if
- get FullSFPack( "Q","MooV","Choose a movie to play:")
- if it is empty then exit mouseUp
- set cursor to watch
- put it into myPicture
- put rect of me into where
- put ", w" after where
- QTPlay myPicture, where
- end mouseUp